home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #2 / Amiga Plus CD - 1996 - No. 2 Extra.iso / monumentdesigner / prüfe_main_def < prev    next >
Text File  |  1995-09-07  |  537b  |  28 lines

  1. ECHO "-------------------------------------------"
  2. ECHO "--- Main.def wird geprüft              ----"
  3. ECHO "-------------------------------------------"
  4.  
  5. FailAt 41
  6.  
  7. version Main.def 2 0
  8. IF WARN
  9.  echo "Die Datei <Main.def> ist älter als Verion 2."
  10.  echo "Main.def wird neu erzeugt. Die alte Datei"
  11.  echo "wird nach Main.def_old_2 kopiert."
  12.  COPY >nil: Main.def Main.def_old_2
  13.  COPY Prefs/Main.def Main.def
  14.  
  15. ELSE
  16.  echo "Die Datei <Main.def> entspricht der Verion 2."
  17.  echo "Alles in Ordnung."
  18. ENDIF
  19.  
  20. echo ""
  21. c:ask "<RETURN> - Taste"
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.